const bytes.opInvalid
15 uses
bytes (current package)
buffer.go#L42: opInvalid readOp = 0 // Non-read operation.
buffer.go#L102: b.lastRead = opInvalid
buffer.go#L115: b.lastRead = opInvalid
buffer.go#L182: b.lastRead = opInvalid
buffer.go#L194: b.lastRead = opInvalid
buffer.go#L213: b.lastRead = opInvalid
buffer.go#L265: b.lastRead = opInvalid
buffer.go#L292: b.lastRead = opInvalid
buffer.go#L311: b.lastRead = opInvalid
buffer.go#L325: b.lastRead = opInvalid
buffer.go#L347: b.lastRead = opInvalid
buffer.go#L403: if b.lastRead <= opInvalid {
buffer.go#L409: b.lastRead = opInvalid
buffer.go#L420: if b.lastRead == opInvalid {
buffer.go#L423: b.lastRead = opInvalid
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)